home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Trial / Webroot Internet Security Essentials / WebrootSecurityTrialSetup_EN.exe / {app} / SpySweeperUI.exe / 0 / RCDATA / TFRAQUARANTINEDPAGE / TFRAQUARANTINEDPAGE.txt
Text File  |  2008-11-13  |  8KB  |  314 lines

  1. inherited fraQuarantinedPage: TfraQuarantinedPage
  2.   Height = 436
  3.   Font.Height = -12
  4.   ParentFont = False
  5.   OnResize = FrameResize
  6.   ExplicitHeight = 436
  7.   inherited pnlBackgroundFrame: TTePanel
  8.     Height = 436
  9.     ExplicitHeight = 436
  10.   end
  11.   object pnlQuarantine: TTePanel [1]
  12.     Left = 8
  13.     Top = 70
  14.     Width = 498
  15.     Height = 356
  16.     Anchors = [akLeft, akTop, akRight, akBottom]
  17.     TabOrder = 2
  18.     ThemeObject = 'MainPanel'
  19.     DesignSize = (
  20.       498
  21.       356)
  22.     object lblNWMsg: TResLabel
  23.       Left = 8
  24.       Top = 8
  25.       Width = 480
  26.       Height = 79
  27.       Anchors = [akLeft, akTop, akRight, akBottom]
  28.       AutoSize = False
  29.       Enabled = False
  30.       Visible = False
  31.       WordWrap = True
  32.       ResourceCaption = 38900
  33.     end
  34.     object lblSelectAll: TResLabel
  35.       Left = 12
  36.       Top = 298
  37.       Width = 50
  38.       Height = 14
  39.       Anchors = [akLeft, akBottom]
  40.       Enabled = False
  41.       Transparent = True
  42.       OnClick = btnSelectAllClick
  43.       ResourceCaption = 38052
  44.       ResourceHint = 42101
  45.     end
  46.     object lblDeselectAll: TResLabel
  47.       Left = 92
  48.       Top = 298
  49.       Width = 63
  50.       Height = 14
  51.       Anchors = [akLeft, akBottom]
  52.       Enabled = False
  53.       Transparent = True
  54.       OnClick = btnDeselectAllClick
  55.       ResourceCaption = 38053
  56.       ResourceHint = 42102
  57.     end
  58.     object lblProgressItem: TResLabel
  59.       Left = 10
  60.       Top = 302
  61.       Width = 477
  62.       Height = 14
  63.       Anchors = [akLeft, akRight, akBottom]
  64.       AutoSize = False
  65.       Caption = 'lblProgressItem'
  66.       Transparent = True
  67.       Visible = False
  68.       ExplicitTop = 284
  69.     end
  70.     object lblItems: TResStaticText
  71.       Left = 8
  72.       Top = 8
  73.       Width = 53
  74.       Height = 18
  75.       Caption = 'lblItems'
  76.       FocusControl = tvwSpiesFound
  77.       Font.Charset = DEFAULT_CHARSET
  78.       Font.Color = clWindowText
  79.       Font.Height = -12
  80.       Font.Name = 'Tahoma'
  81.       Font.Style = [fsBold]
  82.       ParentFont = False
  83.       TabOrder = 0
  84.       ResourceOptions = [rsoStripAccels]
  85.     end
  86.     object tvwSpiesFound: TWebrootVirtualStringTree
  87.       Left = 8
  88.       Top = 32
  89.       Width = 230
  90.       Height = 263
  91.       Anchors = [akLeft, akTop, akRight, akBottom]
  92.       ButtonStyle = bsTriangle
  93.       CheckImageKind = ckXP
  94.       Color = clWhite
  95.       Header.AutoSizeIndex = 0
  96.       Header.Font.Charset = DEFAULT_CHARSET
  97.       Header.Font.Color = clWindowText
  98.       Header.Font.Height = -12
  99.       Header.Font.Name = 'Tahoma'
  100.       Header.Font.Style = []
  101.       Header.Height = 20
  102.       Header.MainColumn = 1
  103.       Header.Options = [hoColumnResize, hoDrag, hoOwnerDraw, hoShowImages, hoShowSortGlyphs, hoVisible]
  104.       Header.Style = hsXPStyle
  105.       HintMode = hmTooltip
  106.       PopupMenu = mnuDetails
  107.       TabOrder = 1
  108.       TreeOptions.AutoOptions = [toAutoDropExpand, toAutoScrollOnExpand, toAutoSort, toAutoTristateTracking, toAutoDeleteMovedNodes, toDisableAutoscrollOnFocus]
  109.       TreeOptions.MiscOptions = [toCheckSupport, toFullRepaintOnResize, toInitOnSave, toReportMode, toToggleOnDblClick, toWheelPanning]
  110.       TreeOptions.PaintOptions = [toShowButtons, toShowDropmark, toShowHorzGridLines, toShowRoot, toShowVertGridLines, toUseBlendedImages]
  111.       TreeOptions.SelectionOptions = [toFullRowSelect]
  112.       OnAfterCellPaint = tvwSpiesFoundAfterCellPaint
  113.       OnChange = tvwSpiesFoundChange
  114.       OnChecked = tvwSpiesFoundChecked
  115.       OnClick = tvwSpiesFoundClick
  116.       OnCompareNodes = tvwSpiesFoundCompareNodes
  117.       OnContextPopup = tvwSpiesFoundContextPopup
  118.       OnFreeNode = tvwSpiesFoundFreeNode
  119.       OnGetText = tvwSpiesFoundGetText
  120.       OnGetHint = tvwSpiesFoundGetHint
  121.       OnHeaderDraw = tvwSpiesFoundHeaderDraw
  122.       OnMouseDown = tvwSpiesFoundMouseDown
  123.       OnShortenString = tvwSpiesFoundShortenString
  124.       Columns = <
  125.         item
  126.           Options = [coAllowClick, coEnabled, coParentBidiMode, coParentColor, coShowDropMark, coVisible, coFixed]
  127.           Position = 0
  128.           Style = vsOwnerDraw
  129.           Width = 30
  130.         end
  131.         item
  132.           Options = [coAllowClick, coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible]
  133.           Position = 1
  134.           Width = 200
  135.           WideText = 'name'
  136.         end
  137.         item
  138.           Options = [coAllowClick, coEnabled, coParentBidiMode, coParentColor, coVisible]
  139.           Position = 2
  140.           Width = 80
  141.           WideText = 'risk'
  142.         end>
  143.     end
  144.     object prgProgress: TProgressBar
  145.       Left = 10
  146.       Top = 324
  147.       Width = 223
  148.       Height = 20
  149.       Anchors = [akLeft, akRight, akBottom]
  150.       TabOrder = 5
  151.       Visible = False
  152.     end
  153.     object btnDeleteSelected: TResTeButton
  154.       Left = 8
  155.       Top = 322
  156.       Width = 129
  157.       Height = 25
  158.       OnClick = btnDeleteSelectedClick
  159.       Anchors = [akLeft, akBottom]
  160.       Enabled = False
  161.       TabOrder = 3
  162.       ResourceCaption = 38054
  163.       ResourceHint = 42103
  164.     end
  165.     object btnRestoreSelected: TResTeButton
  166.       Left = 148
  167.       Top = 322
  168.       Width = 149
  169.       Height = 25
  170.       OnClick = btnRestoreSelectedClick
  171.       Anchors = [akLeft, akBottom]
  172.       Enabled = False
  173.       TabOrder = 4
  174.       ResourceCaption = 38055
  175.       ResourceHint = 42104
  176.     end
  177.     object pnlThreatDetails: TTePanel
  178.       Left = 248
  179.       Top = 32
  180.       Width = 241
  181.       Height = 263
  182.       Anchors = [akTop, akRight, akBottom]
  183.       Color = clWhite
  184.       TabOrder = 2
  185.       ThemeObject = 'default'
  186.       DesignSize = (
  187.         241
  188.         263)
  189.       object lblCaption: TResLabel
  190.         Left = 9
  191.         Top = 5
  192.         Width = 202
  193.         Height = 18
  194.         Anchors = [akLeft, akTop, akRight]
  195.         AutoSize = False
  196.         Font.Charset = DEFAULT_CHARSET
  197.         Font.Color = clWindowText
  198.         Font.Height = -12
  199.         Font.Name = 'Tahoma'
  200.         Font.Style = [fsBold]
  201.         ParentFont = False
  202.         Transparent = True
  203.         WordWrap = True
  204.         ResourceCaption = 35000
  205.       end
  206.     end
  207.     object pnlPleaseWait: TPanel
  208.       Left = 140
  209.       Top = 138
  210.       Width = 220
  211.       Height = 50
  212.       Color = clSilver
  213.       ParentShowHint = False
  214.       ShowHint = False
  215.       TabOrder = 6
  216.       Visible = False
  217.       object lblPleaseWait: TResLabel
  218.         Left = 1
  219.         Top = 1
  220.         Width = 218
  221.         Height = 48
  222.         Align = alClient
  223.         Alignment = taCenter
  224.         AutoSize = False
  225.         Font.Charset = DEFAULT_CHARSET
  226.         Font.Color = clWindowText
  227.         Font.Height = -12
  228.         Font.Name = 'Tahoma'
  229.         Font.Style = []
  230.         ParentFont = False
  231.         ShowAccelChar = False
  232.         Layout = tlCenter
  233.         WordWrap = True
  234.         ResourceCaption = 20442
  235.         ExplicitLeft = 8
  236.         ExplicitTop = 12
  237.         ExplicitWidth = 151
  238.         ExplicitHeight = 14
  239.       end
  240.     end
  241.   end
  242.   inherited pnlHeader: TPanel
  243.     Height = 66
  244.     ExplicitHeight = 66
  245.     inherited imgStep: TResImage
  246.       ResourceImage = 'PI_QUARANTINE'
  247.     end
  248.     object imgNote: TResImage [1]
  249.       Left = 488
  250.       Top = 44
  251.       Width = 16
  252.       Height = 16
  253.       Cursor = crHandPoint
  254.       Anchors = [akTop, akRight]
  255.       AutoSize = True
  256.       Transparent = True
  257.       OnClick = lblAboutQuarantineClick
  258.       ResourceImage = 'MISC_NOTE'
  259.     end
  260.     object lblStepTag: TResLabel [2]
  261.       Left = 12
  262.       Top = 46
  263.       Width = 151
  264.       Height = 14
  265.       AutoSize = False
  266.       Font.Charset = DEFAULT_CHARSET
  267.       Font.Color = clWindowText
  268.       Font.Height = -12
  269.       Font.Name = 'Tahoma'
  270.       Font.Style = []
  271.       ParentFont = False
  272.       ShowAccelChar = False
  273.       WordWrap = True
  274.       ResourceCaption = 38001
  275.     end
  276.     object lblAboutQuarantine: TResLabel [3]
  277.       Left = 330
  278.       Top = 46
  279.       Width = 150
  280.       Height = 14
  281.       Anchors = [akTop, akRight]
  282.       OnClick = lblAboutQuarantineClick
  283.       ResourceCaption = 38002
  284.     end
  285.     inherited lblStep: TResStaticText
  286.       Left = 48
  287.       Top = 13
  288.       Width = 64
  289.       Height = 18
  290.       Font.Height = -12
  291.       ParentFont = False
  292.       ResourceCaption = 38000
  293.       ExplicitLeft = 48
  294.       ExplicitTop = 13
  295.       ExplicitWidth = 64
  296.       ExplicitHeight = 18
  297.     end
  298.   end
  299.   object mnuDetails: TPopupMenu
  300.     OnPopup = mnuDetailsPopup
  301.     Left = 24
  302.     Top = 176
  303.     object menuFullDescription: TMenuItem
  304.       Caption = 'more details'
  305.       Enabled = False
  306.       OnClick = menuFullDescriptionClick
  307.     end
  308.   end
  309.   object ilRiskRatings: TImageList
  310.     Left = 464
  311.     Top = 392
  312.   end
  313. end
  314.